Query.step_is_definite

Check if a given step in a query is 'definite'.

A query step is 'definite' if its parent pattern will be guaranteed to match successfully once it reaches the step.

struct Query
@nogc nothrow
bool
step_is_definite
()

Meta